home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr20 / grr102.zip / GRR.DOC < prev    next >
Text File  |  1995-02-24  |  4KB  |  96 lines

  1.  
  2.  
  3.  
  4.                                  GRR v1.02
  5.                 DOS utility: GIF file information displayer
  6.                   Freeware, copyright (c) 1995 [95/02/24]
  7.                                      by
  8.                            David Daniel Anderson
  9.                                  Reign Ware
  10.  
  11.                   ** READ REIGNWAR.TXT FOR LEGAL TERMS **
  12.  
  13.  
  14.  
  15. GRR displays information about GIF files in the current or specified
  16. directory.
  17.  
  18. Usage:  GRR [file_spec]
  19.  
  20. Example:  GRR mariah*.gif
  21. Example:  GRR a:\amygrant.gif
  22.  
  23. Usage is pretty straightforward, just enter GRR followed by the files you
  24. want information about.
  25.  
  26. GRR can use DOS wildcards (? and *), and can be run on GIF files in a drive
  27. or directory other than the current one.  Output is redirectable to a file
  28. or printer.  To redirect to a file, try: "GRR a:\*.gif > ds9gifs.dta".
  29.  
  30.      (See your DOS manual for more information about redirection.)
  31.  
  32. GRR will report the name, size, date and time of non-GIF files, but will not
  33. try to report image details (which would be irrelevant).
  34.  
  35. Here is a sample of the output, explanation follows:
  36.  
  37. Filename     Filesize  Filedate  Filetime  GIF version  Image data*      map/gl
  38.  
  39. [ >> start of sample << ]
  40. DAX.GIF         71951  02-22-93  01:00:02    GIF87a   [ 640  480   16 ]  GCM/--
  41. DAX-2.GIF       52618  02-22-93  01:00:02    GIF87a   [ 640  480   16 ]  GCM/--
  42. DS9-01.GIF      62679  01-21-93  12:35:42    GIF87a   [ 340  292  256 ]  GCM/--
  43. DS9-02.GIF     150116  01-26-93  18:52:28    GIF89a   [ 346  480  256 ]  GCM/--
  44. DS9-04.GIF     142412  01-26-93  18:52:38    GIF89a   [ 350  480  256 ]  GCM/--
  45. DS9CREW.GIF    136885  02-09-93  20:21:02    GIF87a   [ 630  418  256 ]  GCM/--
  46. KIRA.GIF       227930  05-02-93  23:15:52    GIF87a   [ 582  808  128 ]  GCM/--
  47. KIRA_TOP.GIF   105243  05-28-93  01:00:02    GIF87a   [ 304  443  256 ]  GCM/--
  48. LT-DAX.GIF      50538  12-31-92  04:02:20    GIF87a   [ 320  293  256 ]  GCM/--
  49. STDS9001.GIF   188070  01-06-93  02:49:42    GIF89a   [ 640  443  256 ]  GCM/--
  50. [ >> end of sample << ]
  51.  
  52. Notes:
  53. ------
  54.  
  55. Filename/ size/ date/ time should be self-explanatory.
  56.  
  57. GIF version can be either GIF87a or GIF89a (so far, those are the only two
  58. GIF formats defined by CompuServe.
  59.  
  60. Image data is WIDTH x HEIGHT x COLORS of image.
  61.  
  62. The last column will usually be "GCM/--".  The two fields are map/ giflite:
  63.  
  64.    Map can be either GCM or LCM [global color map or local color maps].
  65.    GL means that a GIFLITE (tm) header was found, and "--" means
  66.    one was not found.
  67.  
  68. Note: Since the GIFLITE header can be "erased" by some programs (and can be
  69. omitted by the registered version of GIFLITE - so I hear), a GIF file may be
  70. compressed by GIFLITE, but GRR will not necessarily be able to detect it.
  71.  
  72. The GIFLITE header might not be detected if the GIF version is GIF89a and
  73. embedded comments are present.
  74.  
  75.  
  76.                   ** READ REIGNWAR.TXT FOR LEGAL TERMS **
  77.  
  78. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  79.  
  80.                                 REVISION HISTORY
  81.  
  82. v1.00 : 1993/08/19.  First public release.  DDA
  83. v1.01 : 1994/08/09.  Rewrote most of program - MUCH more efficient now!  DDA
  84. v1.02 : 1995/02/24.  Improved GIFLITE detection.  DDA
  85.                      Added GIF copyright notice to documentation.  DDA
  86.                      Altered treatment of command line slightly.  DDA
  87.  
  88. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  89.  
  90. GIF copyright notice:
  91.  
  92.    The Graphics Interchange Format(c) is the Copyright property of
  93.      CompuServe Incorporated.
  94.    GIF(sm) is a Service Mark property of CompuServe Incorporated.
  95.  
  96.